Visual Cafe Pro Language Reference Method index | Bottom

Class: symantec.itools.db.pro.RelationViewMetaData

Purpose Returns information about a RelationView .
Hierarchy java.lang.Object
|
+----symantec.itools.db.pro.RelationViewMetaData
Syntax public class RelationViewMetaData
extends Object
Description RelationViewMetaData returns information about a RelationView .
See also RelationView

Method Index

Top | Bottom
getCatalogName(int)
 o Returns the name of a column's catalog.
getColumnCount( )
 o Returns the number of columns.
getColumnDisplaySize(int)
 o Returns a column's display size.
getColumnLabel(int)
 o Returns a column's label.
getColumnList( )
 o Returns a column list.
getColumnName(int)
 o Returns the name of a RelationView's column.
getColumnType(int)
 o Returns a column's data type as an int.
getColumnTypeName(int)
 o Returns a column's data type as a String.
getPrecision(int)
 o Returns a column's precision.
getScale(int)
 o Returns a column's scale.
getSchemaName(int)
 o Returns the name of a column's schema.
getTableName(int)
 o Returns the name of a column's database table.
isAutoIncrement(int)
 o Indicates whether or not a column automatically increments.
isCaseSensitive(int)
 o Indicates whether or not a column is case sensitive.
isCurrency(int)
 o Indicates whether or not a column's data type is a currency data type.
isDefinitelyWritable(int)
 o Indicates whether or not a column is definite writable.
isNullable(int)
 o Indicates whether or not a column's value can be NULL.
isReadOnly(int)
 o Indicates whether or not a column is read-only.
isSearchable(int)
 o Indicates whether or not a column is searchable.
isSigned(int)
 o Indicates whether or not a column's value is signed.
isWritable(int)
Indicates whether or not a column can be written to.

Methods

Method index | Top | Bottom

Method: getCatalogName

Purpose Returns the name of a column's catalog.
Syntax public String getCatalogName(int column) throws SQLException
Parameters column = Column.
Description Returns the name of a column's catalog.

Method: getColumnCount

Purpose Returns the number of columns.
Syntax public int getColumnCount( ) throws SQLException
Parameters None.
Description Returns the number of columns.

Method: getColumnDisplaySize

Purpose Returns a column's display size.
Syntax public int getColumnDisplaySize(int column) throws SQLException
Parameters column = Column.
Description Returns a column's display size.

Method: getColumnLabel

Purpose Returns a column's label.
Syntax public String getColumnLabel(int column) throws SQLException
Parameters column = Column.
Description Return's a column's label.

Method: getColumnList

Purpose Returns a column list.
Syntax public VectorgetColumnList( ) throws SQLException
Parameters None.
Description Returns a column list.

Method: getColumnName

Purpose Returns the name of a RelationView's column.
Syntax public String getColumnName(int column) throws SQLException
Parameters column = Column.
Description Returns a column's name.

Method: getColumnType

Purpose Returns a column's data type as an int.
Syntax public int getColumnType(int column) throws SQLException
Parameters column = Column.
Description Returns a column's data type as a numeric value.

Method: getColumnTypeName

Purpose Returns a column's data type as a String.
Syntax public String getColumnTypeName(int column) throws SQLException
Parameters column = Column.
Description Returns a column's data type as a String.

Method: getPrecision

Purpose Returns a column's precision.
Syntax public int getPrecision(int column) throws SQLException
Parameters column = Column.
Description Returns a column's precision.

Method: getScale

Purpose Returns a column's scale.
Syntax public int getScale(int column) throws SQLException
Parameters column = Column.
Description Returns a column's scale.

Method: getSchemaName

Purpose Returns the name of a column's schema.
Syntax public String getSchemaName(int column) throws SQLException
Parameters column = Column.
Description Returns the name of a column's schema.

Method: getTableName

Purpose Returns the name of a column's database table.
Syntax public String getTableName(int column) throws SQLException
Parameters column = Column.
Description Returns the name of a column's database table.

Method: isAutoIncrement

Purpose Indicates whether or not a column automatically increments.
Syntax public boolean isAutoIncrement(int column) throws SQLException
Parameters column =
Description Indicates whether or not a column automatically increments.

Method: isCaseSensitive

Purpose Indicates whether or not a column is case sensitive.
Syntax public boolean isCaseSensitive(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column is case sensitive.

Method: isCurrency

Purpose Indicates whether or not a column's data type is a currency data type.
Syntax public boolean isCurrency(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column's data type is a currency data type.

Method: isDefinitelyWritable

Purpose Indicates whether or not a column is definite writable.
Syntax public boolean isDefinitelyWritable(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column is definitely writable.

Method: isNullable

Purpose Indicates whether or not a column's value can be NULL.
Syntax public int isNullable(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column's value can be NULL.

Method: isReadOnly

Purpose Indicates whether or not a column is read-only.
Syntax public boolean isReadOnly(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column is read-only.

Method: isSearchable

Purpose Indicates whether or not a column is searchable.
Syntax public boolean isSearchable(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column is searchable.

Method: isSigned

Purpose Indicates whether or not a column's value is signed.
Syntax public boolean isSigned(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column's value is signed.

Method: isWritable

Purpose Indicates whether or not a column can be written to.
Syntax public boolean isWritable(int column) throws SQLException
Parameters column = Column.
Description Indicates whether or not a column can be written to.

Method index | Top

Copyright © 1996 Symantec Corporation. All rights reserved.